home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / prog / tpwprog4.arj / IDS.PAS next >
Encoding:
Pascal/Delphi Source File  |  1992-07-02  |  198 b   |  18 lines

  1. unit ids;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.     id_Menu    =    100;
  8.     cm_FileExit    =    101;
  9.     cm_HelpAbout    =    901;
  10.     id_Acc    =    100;
  11.     id_Icon    =    100;
  12.     id_About    =    100;
  13.     cm_WindowGetInfo    =    201;
  14.  
  15. implementation
  16.  
  17. end.
  18.